[INFO] cloning repository https://github.com/agiletec-inc/airis-workspace
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/agiletec-inc/airis-workspace" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagiletec-inc%2Fairis-workspace", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagiletec-inc%2Fairis-workspace'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0e44e4dd7552b7e1c4fa2a94f831cb6492e8f904
[INFO] testing agiletec-inc/airis-workspace against master#f9988fefd3add01f414f52b414308e7872622fee for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagiletec-inc%2Fairis-workspace" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/agiletec-inc/airis-workspace
[INFO] finished tweaking git repo https://github.com/agiletec-inc/airis-workspace
[INFO] tweaked toml for git repo https://github.com/agiletec-inc/airis-workspace written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/agiletec-inc/airis-workspace on toolchain f9988fefd3add01f414f52b414308e7872622fee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/agiletec-inc/airis-workspace already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cookie_store v0.22.1
[INFO] [stderr]   Downloaded rustls-webpki v0.103.10
[INFO] [stderr]   Downloaded fastrand v2.4.0
[INFO] [stderr]   Downloaded supports-hyperlinks v3.2.0
[INFO] [stderr]   Downloaded libyml v0.0.5
[INFO] [stderr]   Downloaded serde_yml v0.0.12
[INFO] [stderr]   Downloaded dialoguer v0.12.0
[INFO] [stderr]   Downloaded clap_complete v4.6.2
[INFO] [stderr]   Downloaded tokio v1.51.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7d681875f2d46f2663a27155898c12a3e7de5ad751c0a9fcbefe3b69b907cc58
[INFO] running `Command { std: "docker" "start" "-a" "7d681875f2d46f2663a27155898c12a3e7de5ad751c0a9fcbefe3b69b907cc58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7d681875f2d46f2663a27155898c12a3e7de5ad751c0a9fcbefe3b69b907cc58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d681875f2d46f2663a27155898c12a3e7de5ad751c0a9fcbefe3b69b907cc58", kill_on_drop: false }`
[INFO] [stdout] 7d681875f2d46f2663a27155898c12a3e7de5ad751c0a9fcbefe3b69b907cc58
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 28e8bcd7f4d02f51e103c0b6f4c2fad1526aa3ddb6bb4b9b153a6ab5571f340b
[INFO] running `Command { std: "docker" "start" "-a" "28e8bcd7f4d02f51e103c0b6f4c2fad1526aa3ddb6bb4b9b153a6ab5571f340b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling indexmap v2.13.1
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling serde_yml v0.0.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling fastrand v2.4.0
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling libyml v0.0.5
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling ureq-proto v0.6.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling utf8-zero v0.8.1
[INFO] [stderr]    Compiling supports-hyperlinks v3.2.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling unit-prefix v0.5.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling blake3 v1.8.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling airis-workspace v3.11.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling indicatif v0.18.4
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling dialoguer v0.12.0
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling tokio v1.51.0
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling clap_complete v4.6.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rustls-webpki v0.103.10
[INFO] [stderr]    Compiling ureq v3.3.0
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
[INFO] running `Command { std: "docker" "inspect" "28e8bcd7f4d02f51e103c0b6f4c2fad1526aa3ddb6bb4b9b153a6ab5571f340b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28e8bcd7f4d02f51e103c0b6f4c2fad1526aa3ddb6bb4b9b153a6ab5571f340b", kill_on_drop: false }`
[INFO] [stdout] 28e8bcd7f4d02f51e103c0b6f4c2fad1526aa3ddb6bb4b9b153a6ab5571f340b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ac9ed917a803b1cf6e217b88c0191ce8ca39a96bb88b2fb256f30dce0f40a1bd
[INFO] running `Command { std: "docker" "start" "-a" "ac9ed917a803b1cf6e217b88c0191ce8ca39a96bb88b2fb256f30dce0f40a1bd", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling assert_cmd v2.2.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling airis-workspace v3.11.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 37.29s
[INFO] running `Command { std: "docker" "inspect" "ac9ed917a803b1cf6e217b88c0191ce8ca39a96bb88b2fb256f30dce0f40a1bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac9ed917a803b1cf6e217b88c0191ce8ca39a96bb88b2fb256f30dce0f40a1bd", kill_on_drop: false }`
[INFO] [stdout] ac9ed917a803b1cf6e217b88c0191ce8ca39a96bb88b2fb256f30dce0f40a1bd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 98405cbd2f40d3ba3c559381a9e45bc8b90c0ea2651b198ab12267378627098a
[INFO] running `Command { std: "docker" "start" "-a" "98405cbd2f40d3ba3c559381a9e45bc8b90c0ea2651b198ab12267378627098a", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/airis_workspace-daa6e74745f59142)
[INFO] [stdout] 
[INFO] [stdout] running 343 tests
[INFO] [stdout] test channel::tests::test_parse_channel ... ok
[INFO] [stdout] test commands::bump_version::tests::test_bump_version_string ... ok
[INFO] [stdout] test commands::bump_version::tests::test_breaking_marker_only_matches_subject ... ok
[INFO] [stdout] test commands::bump_version::tests::test_scoped_breaking_marker ... ok
[INFO] [stdout] test commands::bump_version::tests::test_strip_commit_comments ... ok
[INFO] [stdout] test commands::bundle::tests::test_bundle_metadata_serialization ... ok
[INFO] [stdout] test commands::bump_version::tests::test_conventional_commits_detection ... ok
[INFO] [stdout] test commands::affected::tests::test_get_package_from_path ... ok
[INFO] [stdout] test commands::bundle::tests::test_generate_service_yaml_default_port ... ok
[INFO] [stdout] test commands::bundle::tests::test_generate_service_yaml ... ok
[INFO] [stdout] test commands::bundle::tests::test_format_size ... ok
[INFO] [stdout] test commands::bundle::tests::test_generate_deployment_yaml ... ok
[INFO] [stdout] test commands::bundle::tests::test_generate_deployment_yaml_defaults ... ok
[INFO] [stdout] test commands::claude_setup::tests::test_is_legacy_airis_entry ... ok
[INFO] [stdout] test commands::claude_setup::tests::test_remove_legacy_airis_entries_preserves_others ... ok
[INFO] [stdout] test commands::bundle::tests::test_detect_artifact_dirs_with_dist ... ok
[INFO] [stdout] test commands::bundle::tests::test_detect_artifact_dirs_empty ... ok
[INFO] [stdout] test commands::claude_setup::tests::test_initialize_source_dir ... ok
[INFO] [stdout] test commands::claude_setup::tests::test_check_plugin_installed_detects_presence ... ok
[INFO] [stdout] test commands::bump_version::tests::test_replace_lock_version_noop_when_package_absent ... ok
[INFO] [stdout] test commands::claude_setup::tests::test_sync_managed_dir_creates_files ... ok
[INFO] [stdout] test commands::bump_version::tests::test_replace_lock_version_targets_named_package_only ... ok
[INFO] [stdout] test commands::claude_setup::tests::test_sync_from_source_orphan_removal ... ok
[INFO] [stdout] test commands::claude_setup::tests::test_sync_from_source_preserves_non_airis_files ... ok
[INFO] [stdout] test commands::claude_setup::tests::test_sync_from_source_basic ... ok
[INFO] [stdout] test commands::claude_setup::tests::test_registry_load_save_roundtrip ... ok
[INFO] [stdout] test commands::claude_setup::tests::test_sync_managed_dir_deletes_orphans ... ok
[INFO] [stdout] test commands::claude_setup::tests::test_sync_managed_dir_skips_unchanged ... ok
[INFO] [stdout] test commands::claude_setup::tests::test_sync_single_file_creates_and_overwrites ... ok
[INFO] [stdout] test commands::deps::tests::test_check_architecture_valid ... ok
[INFO] [stdout] test commands::deps::tests::test_check_architecture_violation ... ok
[INFO] [stdout] test commands::diff::tests::test_file_status_serialize ... ok
[INFO] [stdout] test commands::deps::tests::test_detect_cycles_with_cycle ... ok
[INFO] [stdout] test commands::deps::tests::test_detect_cycles_no_cycle ... ok
[INFO] [stdout] test commands::diff::tests::test_format_new_file_diff ... ok
[INFO] [stdout] test commands::deps::tests::test_build_dependents_map ... ok
[INFO] [stdout] test commands::clean::tests::project_root_detected_for_each_marker ... ok
[INFO] [stdout] test commands::diff::tests::test_compute_unified_diff_no_changes ... ok
[INFO] [stdout] test commands::diff::tests::test_compute_unified_diff_with_changes ... ok
[INFO] [stdout] test commands::discover::tests::test_detect_framework_rust ... ok
[INFO] [stdout] test commands::discover::tests::test_detect_framework_nextjs ... ok
[INFO] [stdout] test commands::discover::tests::test_detect_framework_hono ... ok
[INFO] [stdout] test commands::discover::tests::test_detect_framework_node_fallback ... ok
[INFO] [stdout] test commands::discover::tests::test_detect_framework_python ... ok
[INFO] [stdout] test commands::discover::tests::test_detect_framework_unknown ... ok
[INFO] [stdout] test commands::discover::tests::test_detect_framework_vite ... ok
[INFO] [stdout] test commands::discover::tests::test_discover_from_workspaces_excludes_negated ... ok
[INFO] [stdout] test commands::discover::tests::test_discover_from_workspaces_nested_products ... ok
[INFO] [stdout] test commands::discover::tests::test_extract_catalog ... ok
[INFO] [stdout] test commands::discover::tests::test_extract_package_info_basic ... ok
[INFO] [stdout] test commands::discover::tests::test_extract_package_info_skips_workspace_refs ... ok
[INFO] [stdout] test commands::docs::tests::handle_existing_file_backup_mode_writes_bak ... ok
[INFO] [stdout] test commands::discover::tests::test_extract_package_info_with_catalog_conversion ... ok
[INFO] [stdout] test commands::discover::tests::test_get_package_name ... ok
[INFO] [stdout] test commands::docs::tests::render_gemini_uses_imports ... ok
[INFO] [stdout] test commands::discover::tests::test_discover_from_workspaces_basic ... ok
[INFO] [stdout] test commands::docs::tests::testing_policy_forbidden_renders_mock_rule ... ok
[INFO] [stdout] test commands::docs::tests::testing_policy_injected_into_agents_md ... ok
[INFO] [stdout] test commands::clean::tests::project_root_rejected_when_no_marker_present ... ok
[INFO] [stdout] test commands::docs::tests::handle_existing_file_force_overwrites_in_warn_mode ... ok
[INFO] [stdout] test commands::docs::tests::testing_policy_empty_when_all_defaults_with_allowed ... ok
[INFO] [stdout] test commands::docs::tests::testing_policy_injected_into_claude_md ... ok
[INFO] [stdout] test commands::docs::tests::testing_policy_injected_into_gemini_md ... ok
[INFO] [stdout] test commands::docs::tests::testing_policy_not_in_claude_md_when_all_defaults_allowed ... ok
[INFO] [stdout] test commands::docs::tests::testing_policy_renders_coverage_targets ... ok
[INFO] [stdout] test commands::docs::tests::sync_generates_configured_vendor_adapters ... ok
[INFO] [stdout] test commands::clean::tests::test_protected_paths ... ok
[INFO] [stdout] test commands::docs::tests::testing_policy_renders_custom_ai_rules ... ok
[INFO] [stdout] test commands::docs::tests::testing_policy_renders_forbidden_patterns ... ok
[INFO] [stdout] test commands::docs::tests::testing_policy_unit_only_renders_mock_rule ... ok
[INFO] [stdout] test commands::docs::tests::testing_policy_renders_type_enforcement ... ok
[INFO] [stdout] test commands::doctor::tests::test_artifact_severity_build_outputs_are_warnings ... ok
[INFO] [stdout] test commands::generate::ai_gen::tests::test_update_generated_block_new ... ok
[INFO] [stdout] test commands::generate::ai_gen::tests::test_update_generated_block_existing ... ok
[INFO] [stdout] test commands::generate::tests::test_matches_wildcard_catalog_empty ... ok
[INFO] [stdout] test commands::generate::tests::test_matches_wildcard_catalog_hit ... ok
[INFO] [stdout] test commands::doctor::tests::test_issue_severity ... ok
[INFO] [stdout] test commands::doctor::tests::test_artifact_severity_dependencies_are_errors ... ok
[INFO] [stdout] test commands::generate::tests::test_load_generation_registry ... ok
[INFO] [stdout] test commands::generate::tests::test_save_generation_registry_deduplicates_and_sorts ... ok
[INFO] [stdout] test commands::generate::tests::test_matches_wildcard_catalog_miss ... ok
[INFO] [stdout] test commands::generate::tests::test_wildcard_matches_exact ... ok
[INFO] [stdout] test commands::generate::tests::test_wildcard_matches_prefix ... ok
[INFO] [stdout] test commands::generate::tests::test_wildcard_matches_star_only ... ok
[INFO] [stdout] test commands::generate::tests::test_load_generation_registry_missing_file ... ok
[INFO] [stdout] test commands::guards::tests::marker_present_in_generated_script ... ok
[INFO] [stdout] test commands::guards::tests::test_global_config_paths ... ok
[INFO] [stdout] test commands::generate::tests::test_detect_ts_major_explicit_override ... ok
[INFO] [stdout] test commands::generate::tests::test_detect_ts_major_from_catalog ... ok
[INFO] [stdout] test commands::generate::tests::test_detect_ts_major_default ... ok
[INFO] [stdout] test commands::generate::tests::test_detect_ts_major_from_catalog_tilde ... ok
[INFO] [stdout] test commands::guards::tests::test_global_config_default ... ok
[INFO] [stdout] test commands::guards::tests::test_global_config_serialization ... ok
[INFO] [stdout] test commands::mcp::tests::handle_resources_read_rejects_unadvertised_paths ... ok
[INFO] [stdout] test commands::mcp::tests::parse_workspace_uri_accepts_relative_paths ... ok
[INFO] [stdout] test commands::manifest_cmd::tests::test_workspace_truth_compose_files ... ok
[INFO] [stdout] test commands::guards::tests::installed_shim_invokes_airis_exec_with_cmd_only ... ok
[INFO] [stdout] test commands::manifest_cmd::tests::test_workspace_truth_serialization ... ok
[INFO] [stdout] test commands::manifest_cmd::tests::test_workspace_truth_recommended_commands ... ok
[INFO] [stdout] test commands::generate::ai_gen::tests::test_sync_ai_rules_idempotent ... ok
[INFO] [stdout] test commands::mcp::tests::parse_workspace_uri_rejects_traversal_and_absolute ... ok
[INFO] [stdout] test commands::clean::tests::default_manifest_provides_canonical_clean_lists ... ok
[INFO] [stdout] test commands::migrate::tests::test_execute_creates_manifest ... ok
[INFO] [stdout] test commands::migrate::tests::test_generate_manifest_content ... ok
[INFO] [stdout] test commands::migrate::tests::test_plan_always_includes_generate_manifest ... ok
[INFO] [stdout] test commands::migrate::tests::test_dry_run_does_not_create_files ... ok
[INFO] [stdout] test commands::migrate::tests::test_plan_does_not_move_root_compose ... ok
[INFO] [stdout] test commands::network::tests::test_default_networks ... ok
[INFO] [stdout] test commands::new_cmd::tests::test_empty_name_rejected ... ok
[INFO] [stdout] test commands::new_cmd::tests::test_get_base_dir ... ok
[INFO] [stdout] test commands::new_cmd::tests::test_invalid_name_rejected ... ok
[INFO] [stdout] test commands::policy::tests::test_banned_env_vars_clean_code_passes ... ok
[INFO] [stdout] test commands::new_cmd::tests::test_generate_rust_service ... ok
[INFO] [stdout] test commands::policy::tests::test_banned_env_vars_detects_violation ... ok
[INFO] [stdout] test commands::new_cmd::tests::test_generate_lib_project ... ok
[INFO] [stdout] test commands::policy::tests::test_policy_config_default ... ok
[INFO] [stdout] test commands::policy::tests::test_policy_template ... ok
[INFO] [stdout] test commands::policy::tests::test_required_env_missing ... ok
[INFO] [stdout] test commands::new_cmd::tests::test_generate_py_lib ... ok
[INFO] [stdout] test commands::policy::tests::test_banned_env_vars_skips_allowed_paths ... ok
[INFO] [stdout] test commands::policy::tests::test_severity_enum ... ok
[INFO] [stdout] test commands::new_cmd::tests::test_generate_py_api ... ok
[INFO] [stdout] test commands::policy::tests::test_forbidden_files_check ... ok
[INFO] [stdout] test commands::run::exec::tests::classify_routes_node_python_rust ... ok
[INFO] [stdout] test commands::policy::tests::test_mock_pattern_clean_test_passes ... ok
[INFO] [stdout] test commands::run::exec::tests::classify_strips_path_prefix ... ok
[INFO] [stdout] test commands::run::exec::tests::collect_service_names_includes_workspace_default ... ok
[INFO] [stdout] test commands::policy::tests::test_type_enforcement_detects_missing_import ... ok
[INFO] [stdout] test commands::policy::tests::test_type_enforcement_passes_with_import ... ok
[INFO] [stdout] test commands::policy::tests::test_mock_pattern_detects_violation ... ok
[INFO] [stdout] test commands::new_cmd::tests::test_generate_api_project ... ok
[INFO] [stdout] test commands::policy::tests::test_mock_pattern_ignores_non_test_files ... ok
[INFO] [stdout] test commands::run::exec::tests::resolve_explicit_service_passes_cmd_through ... ok
[INFO] [stdout] test commands::policy::tests::test_type_enforcement_skips_non_db_tests ... ok
[INFO] [stdout] test commands::run::exec::tests::resolve_workspace_positional_form_still_works ... ok
[INFO] [stdout] test commands::run::exec::tests::down_marker_path_requires_project_id_and_home ... ok
[INFO] [stdout] test commands::run::exec::tests::resolve_runtime_command_does_not_get_swallowed_by_service_lookup ... ok
[INFO] [stdout] test commands::run::tests::test_build_compose_command_with_orchestration_succeeds ... ok
[INFO] [stdout] test commands::run::tests::test_condense_status_hours ... ok
[INFO] [stdout] test commands::run::tests::test_condense_status_other ... ok
[INFO] [stdout] test commands::run::tests::test_condense_status_passthrough ... ok
[INFO] [stdout] test commands::run::exec::tests::resolve_legacy_positional_service_strips_first_arg ... ok
[INFO] [stdout] test commands::run::tests::test_default_commands_uses_package_manager ... ok
[INFO] [stdout] test commands::policy::tests::test_mock_pattern_multiple_patterns ... ok
[INFO] [stdout] test commands::run::tests::test_dev_section_post_up_default_empty ... ok
[INFO] [stdout] test commands::run::tests::test_dev_section_post_up_with_hooks ... ok
[INFO] [stdout] test commands::run::exec::tests::resolve_unknown_command_errors_with_hint ... ok
[INFO] [stdout] test commands::run::exec::tests::resolve_runtime_command_routes_to_default ... ok
[INFO] [stdout] test commands::run::tests::test_build_clean_command_filters_unsafe ... ok
[INFO] [stdout] test commands::run::exec::tests::down_marker_recent_respects_ttl ... ok
[INFO] [stdout] test commands::run::tests::test_ensure_env_file_copies_example ... ok
[INFO] [stdout] test commands::run::tests::test_extract_host_port_env_var_default ... ok
[INFO] [stdout] test commands::run::tests::test_extract_host_port_fallback_to_port_field ... ok
[INFO] [stdout] test commands::run::tests::test_extract_host_port_no_ports ... ok
[INFO] [stdout] test commands::run::tests::test_extract_host_port_plain_number ... ok
[INFO] [stdout] test commands::run::tests::test_ensure_env_file_noop_when_env_exists ... ok
[INFO] [stdout] test commands::run::tests::test_get_package_manager_bun ... ok
[INFO] [stdout] test commands::run::tests::test_get_package_manager_default ... ok
[INFO] [stdout] test commands::run::tests::test_extra_args_blocks_command_substitution ... ok
[INFO] [stdout] test commands::run::tests::test_get_package_manager_npm ... ok
[INFO] [stdout] test commands::run::tests::test_get_package_manager_yarn ... ok
[INFO] [stdout] test commands::run::tests::test_ensure_env_file_noop_when_no_example ... ok
[INFO] [stdout] test commands::run::tests::test_get_package_manager_pnpm ... ok
[INFO] [stdout] test commands::run::tests::test_hooks_section_parses_from_toml ... ok
[INFO] [stdout] test commands::run::tests::test_hash_file_deterministic ... ok
[INFO] [stdout] test commands::run::tests::test_hash_file_changes_with_content ... ok
[INFO] [stdout] test commands::run::tests::test_manifest_dev_urls_parsing ... ok
[INFO] [stdout] test commands::run::tests::test_parse_service_ports_empty_services ... ok
[INFO] [stdout] test commands::run::tests::test_parse_service_ports_no_ports ... ok
[INFO] [stdout] test commands::run::tests::test_parse_service_ports_object_format ... ok
[INFO] [stdout] test commands::run::tests::test_pre_command_hooks_default_is_none ... ok
[INFO] [stdout] test commands::run::tests::test_parse_service_ports_skips_zero_port ... ok
[INFO] [stdout] test commands::run::tests::test_manifest_can_add_custom_commands ... ok
[INFO] [stdout] test commands::run::tests::test_remap_case_insensitive ... ok
[INFO] [stdout] test commands::run::tests::test_build_compose_command_no_compose_file_errors ... ok
[INFO] [stdout] test commands::run::tests::test_parse_service_ports_string_format ... ok
[INFO] [stdout] test commands::run::tests::test_remap_empty_table ... ok
[INFO] [stdout] test commands::run::tests::test_build_compose_command_with_compose_file_succeeds ... ok
[INFO] [stdout] test commands::run::tests::test_extra_args_blocks_shell_injection_pipe ... ok
[INFO] [stdout] test commands::run::tests::test_remap_exact_match ... ok
[INFO] [stdout] test commands::run::tests::test_remap_no_match ... ok
[INFO] [stdout] test commands::run::tests::test_validate_clean_path_rejects_absolute ... ok
[INFO] [stdout] test commands::run::tests::test_remap_prefix_match ... ok
[INFO] [stdout] test commands::run::tests::test_extra_args_blocks_shell_injection_semicolon ... ok
[INFO] [stdout] test commands::run::tests::test_run_missing_command ... ok
[INFO] [stdout] test commands::run::tests::test_validate_clean_path_rejects_shell_chars ... ok
[INFO] [stdout] test commands::run::tests::test_validate_clean_path_rejects_traversal ... ok
[INFO] [stdout] test commands::run::tests::test_validate_clean_path_safe_paths ... ok
[INFO] [stdout] test commands::run::tests::test_remap_no_partial_word_match ... ok
[INFO] [stdout] test commands::run::tests::test_manifest_commands_override_defaults ... ok
[INFO] [stdout] test commands::run::tests::test_run_missing_manifest_and_compose ... ok
[INFO] [stdout] test commands::run::tests::test_validate_clean_path_rejects_dangerous ... ok
[INFO] [stdout] test commands::run::tests::test_condense_status_minutes ... ok
[INFO] [stdout] test conventions::tests::test_cloudflare_worker_defaults ... ok
[INFO] [stdout] test commands::run::tests::test_validate_clean_pattern_rejects_paths ... ok
[INFO] [stdout] test commands::run::tests::test_validate_clean_pattern_rejects_shell_injection ... ok
[INFO] [stdout] test commands::upgrade::tests::test_version_gt ... ok
[INFO] [stdout] test conventions::tests::test_hono_defaults ... ok
[INFO] [stdout] test conventions::tests::test_nextjs_defaults ... ok
[INFO] [stdout] test commands::run::tests::test_validate_clean_pattern_safe_patterns ... ok
[INFO] [stdout] test conventions::tests::test_name_from_path ... ok
[INFO] [stdout] test conventions::tests::test_nextjs_has_watchpack_polling ... ok
[INFO] [stdout] test commands::upgrade::tests::test_detect_platform ... ok
[INFO] [stdout] test conventions::tests::test_node_has_no_polling_env ... ok
[INFO] [stdout] test conventions::tests::test_node_version_to_es_target ... ok
[INFO] [stdout] test conventions::tests::test_vite_has_chokidar_polling ... ok
[INFO] [stdout] test conventions::tests::test_python_defaults ... ok
[INFO] [stdout] test conventions::tests::test_parse_node_version_from_image ... ok
[INFO] [stdout] test conventions::tests::test_unknown_framework_has_sensible_defaults ... ok
[INFO] [stdout] test dag::tests::test_topo_order ... ok
[INFO] [stdout] test docker_build::tests::test_cache_hit_miss ... ok
[INFO] [stdout] test docker_build::tests::test_detect_nextjs_with_next_devdep ... ok
[INFO] [stdout] test docker_build::tests::test_detect_nextjs_no_package_json ... ok
[INFO] [stdout] test docker_build::tests::test_dockerfile_with_build_args ... ok
[INFO] [stdout] test docker_build::tests::test_build_config_default ... ok
[INFO] [stdout] test docker_build::tests::test_cache_dir_structure ... ok
[INFO] [stdout] test docker_build::tests::test_detect_nextjs_with_next_dep ... ok
[INFO] [stdout] test docker_build::tests::test_compute_hash_changes_with_content ... ok
[INFO] [stdout] test docker_build::tests::test_generate_rust_dockerfile ... ok
[INFO] [stdout] test docker_build::tests::test_compute_hash_deterministic ... ok
[INFO] [stdout] test docker_build::tests::test_generate_bun_dockerfile ... ok
[INFO] [stdout] test docker_build::tests::test_generate_deno_dockerfile ... ok
[INFO] [stdout] test docker_build::tests::test_generate_nextjs_dockerfile ... ok
[INFO] [stdout] test docker_build::tests::test_generate_python_dockerfile ... ok
[INFO] [stdout] test docker_build::tests::test_detect_nextjs_without_next ... ok
[INFO] [stdout] test docker_build::tests::test_cache_store_and_hit ... ok
[INFO] [stdout] test executor::tests::test_default_parallelism ... ok
[INFO] [stdout] test executor::tests::test_executor_empty ... ok
[INFO] [stdout] test executor::tests::test_task_state ... ok
[INFO] [stdout] test import_scanner::tests::test_extract_package_name_scoped ... ok
[INFO] [stdout] test import_scanner::tests::test_extract_package_name_unscoped ... ok
[INFO] [stdout] test executor::tests::test_executor_with_dependencies ... ok
[INFO] [stdout] test executor::tests::test_executor_single_task ... ok
[INFO] [stdout] test import_scanner::tests::test_real_agiletec_pricing_no_self_ref ... ok
[INFO] [stdout] test import_scanner::tests::test_real_agiletec_notification_no_self_ref ... ok
[INFO] [stdout] test import_scanner::tests::test_real_agiletec_ui_has_react_hook_form ... ok
[INFO] [stdout] test import_scanner::tests::test_scan_real_agiletec_corporate ... ok
[INFO] [stdout] test import_scanner::tests::test_scan_real_agiletec_voice_gateway ... ok
[INFO] [stdout] test import_scanner::tests::test_scan_dynamic_imports ... ok
[INFO] [stdout] test import_scanner::tests::test_scan_reexports ... ok
[INFO] [stdout] test import_scanner::tests::test_inline_block_comment_on_same_line ... ok
[INFO] [stdout] test import_scanner::tests::test_scan_multiline_imports ... ok
[INFO] [stdout] test import_scanner::tests::test_skip_jsdoc_continuation_lines ... ok
[INFO] [stdout] test import_scanner::tests::test_skip_jsdoc_imports ... ok
[INFO] [stdout] test import_scanner::tests::test_scan_mixed_quotes ... ok
[INFO] [stdout] test import_scanner::tests::test_skip_relative_and_alias_imports ... ok
[INFO] [stdout] test import_scanner::tests::test_skip_block_comments ... ok
[INFO] [stdout] test import_scanner::tests::test_scan_standard_imports ... ok
[INFO] [stdout] test import_scanner::tests::test_scan_subpath_imports ... ok
[INFO] [stdout] test import_scanner::tests::test_skip_line_comments ... ok
[INFO] [stdout] test import_scanner::tests::test_skip_node_builtins ... ok
[INFO] [stdout] test manifest::tests::runtimes_section_alias_remains_backward_compatible ... ok
[INFO] [stdout] test manifest::tests::test_levenshtein_distance ... ok
[INFO] [stdout] test manifest::tests::runtimes_section_parses_short_form ... ok
[INFO] [stdout] test manifest::tests::test_policy_security_config ... ok
[INFO] [stdout] test manifest::tests::runtimes_section_round_trips_through_toml ... ok
[INFO] [stdout] test manifest::tests::runtimes_section_defaults_to_empty ... ok
[INFO] [stdout] test manifest::tests::runtimes_section_parses_detailed_form ... ok
[INFO] [stdout] test manifest::tests::test_resolve_deploy_defaults_from_framework ... ok
[INFO] [stdout] test manifest::tests::test_resolve_port_from_framework ... ok
[INFO] [stdout] test manifest::tests::test_policy_section_defaults_when_absent ... ok
[INFO] [stdout] test manifest::tests::test_resolve_scope_from_workspace ... ok
[INFO] [stdout] test manifest::tests::test_resolve_deploy_explicit_not_overridden ... ok
[INFO] [stdout] test manifest::tests::test_policy_testing_full_config ... ok
[INFO] [stdout] test manifest::tests::test_policy_testing_takes_precedence_over_testing ... ok
[INFO] [stdout] test manifest::tests::test_testing_section_defaults_when_absent ... ok
[INFO] [stdout] test manifest::tests::test_testing_section_mock_policy_allowed ... ok
[INFO] [stdout] test manifest::tests::test_resolve_name_from_path ... ok
[INFO] [stdout] test manifest::tests::test_resolve_scope_not_overridden ... ok
[INFO] [stdout] test manifest::tests::test_testing_fallback_to_policy_testing ... ok
[INFO] [stdout] test manifest::tests::test_validate_allows_named_volumes ... ok
[INFO] [stdout] test manifest::tests::test_testing_section_mock_policy_forbidden ... ok
[INFO] [stdout] test manifest::tests::test_validate_catalog_follow_chain_no_cycle ... ok
[INFO] [stdout] test manifest::tests::test_testing_valid_regex_accepted ... ok
[INFO] [stdout] test manifest::tests::test_testing_smoke_default_timeout ... ok
[INFO] [stdout] test manifest::tests::test_validate_catalog_follow_valid_reference ... ok
[INFO] [stdout] test manifest::tests::test_validate_catalog_no_false_positive_semver ... ok
[INFO] [stdout] test manifest::tests::test_validate_catalog_typo_warning_lates ... ok
[INFO] [stdout] test manifest::tests::test_validate_dep_group_valid_reference ... ok
[INFO] [stdout] test channel::tests::test_resolve_edge ... ok
[INFO] [stdout] test channel::tests::test_resolve_channel_returns_digest_when_available ... ok
[INFO] [stdout] test channel::tests::test_resolve_bun ... ok
[INFO] [stdout] test manifest::tests::test_validate_env_group_valid_reference ... ok
[INFO] [stdout] test channel::tests::test_resolve_lts ... ok
[INFO] [stdout] test channel::tests::test_fetch_image_digest_nonexistent ... ok
[INFO] [stdout] test manifest::tests::test_validate_env_validation_all_declared ... ok
[INFO] [stdout] test manifest::tests::test_testing_section_full_config ... ok
[INFO] [stdout] test manifest::tests::test_policy_security_invalid_glob_rejected ... ok
[INFO] [stdout] test commands::guards::tests::enforce_fails_outside_airis_context ... FAILED
[INFO] [stdout] test manifest::tests::test_testing_invalid_required_imports_regex_rejected ... ok
[INFO] [stdout] test manifest::tests::test_testing_invalid_regex_rejected ... ok
[INFO] [stdout] test manifest::tests::test_validate_catalog_follow_cycle_direct ... ok
[INFO] [stdout] test manifest::tests::test_validate_catalog_follow_cycle_indirect ... ok
[INFO] [stdout] test manifest::tests::test_validate_catalog_follow_missing_reference ... ok
[INFO] [stdout] test manifest::tests::test_validate_dep_group_missing_reference ... ok
[INFO] [stdout] test commands::run::tests::test_run_missing_manifest_but_has_compose ... ok
[INFO] [stdout] test manifest::tests::test_validate_dev_dep_group_missing_reference ... ok
[INFO] [stdout] test manifest::tests::test_validate_env_group_missing_reference ... ok
[INFO] [stdout] test manifest::tests::test_validate_duplicate_ports ... ok
[INFO] [stdout] test ownership::tests::test_default_is_user ... ok
[INFO] [stdout] test ownership::tests::test_user_owned_files ... ok
[INFO] [stdout] test pnpm::tests::test_resolve_workspace_link ... ok
[INFO] [stdout] test preset::tests::test_app_overrides_preset ... ok
[INFO] [stdout] test manifest::tests::test_validate_env_validation_orphan ... ok
[INFO] [stdout] test preset::tests::test_dep_groups_expansion ... ok
[INFO] [stdout] test manifest::tests::test_validate_guard_deny_with_message_invalid_name ... ok
[INFO] [stdout] test preset::tests::test_missing_dep_group_errors ... ok
[INFO] [stdout] test manifest::tests::test_validate_rejects_workspace_bind_mounts ... ok
[INFO] [stdout] test preset::tests::test_resolve_profile_vars ... ok
[INFO] [stdout] test preset::tests::test_preset_dep_groups ... ok
[INFO] [stdout] test preset::tests::test_missing_preset_errors ... ok
[INFO] [stdout] test manifest::tests::test_validate_guard_deny_invalid_command_name ... ok
[INFO] [stdout] test manifest::tests::test_validate_guard_deny_wrap_conflict ... ok
[INFO] [stdout] test manifest::tests::test_validate_guard_no_conflict ... ok
[INFO] [stdout] test preset::tests::test_resolve_single_preset ... ok
[INFO] [stdout] test manifest::tests::test_validate_rejects_service_bind_mounts ... ok
[INFO] [stdout] test manifest::tests::test_validate_guard_wrap_dangerous_wrapper_value ... ok
[INFO] [stdout] test manifest::tests::test_validate_no_duplicate_when_ports_differ ... ok
[INFO] [stdout] test ownership::tests::test_tool_owned_files ... ok
[INFO] [stdout] test manifest::tests::test_validate_multiple_errors_collected ... ok
[INFO] [stdout] test manifest::tests::test_validate_preset_dep_group_missing_reference ... ok
[INFO] [stdout] test preset::tests::test_multiple_presets ... ok
[INFO] [stdout] test remote_cache::tests::test_oci_tag ... ok
[INFO] [stdout] test remote_cache::tests::test_parse_oci_url ... ok
[INFO] [stdout] test remote_cache::tests::test_parse_invalid_url ... ok
[INFO] [stdout] test remote_cache::tests::test_parse_s3_url ... ok
[INFO] [stdout] test remote_cache::tests::test_s3_key ... ok
[INFO] [stdout] test version_resolver::tests::test_resolve_version_passthrough ... ok
[INFO] [stdout] test templates::tests::test_profile_effective_role ... ok
[INFO] [stdout] test safe_fs::tests::test_safefs_clean_artifact_protects_critical ... ok
[INFO] [stdout] test safe_fs::tests::test_safefs_rejects_outside_workspace ... ok
[INFO] [stdout] test templates::tests::test_glob_expansion_skips_exclude_patterns ... ok
[INFO] [stdout] test safe_fs::tests::test_safefs_clean_artifact_allows_build_dirs ... ok
[INFO] [stdout] test manifest::tests::test_validate_skip_none_ports ... ok
[INFO] [stdout] test templates::tests::test_glob_expansion_adds_products_workspaces ... ok
[INFO] [stdout] test manifest::tests::test_validate_guard_wrap_invalid_command_name ... ok
[INFO] [stdout] test remote_cache::tests::test_parse_s3_url_no_prefix ... ok
[INFO] [stdout] test safe_fs::tests::test_safefs_write_creates_backup ... ok
[INFO] [stdout] test safe_fs::tests::test_safefs_dry_run ... ok
[INFO] [stdout] test safe_fs::tests::test_safefs_respects_user_ownership ... ok
[INFO] [stdout] test safe_fs::tests::test_safefs_clean_artifact_allows_node_modules_in_protected_paths ... ok
[INFO] [stdout] test manifest::tests::test_validate_passes_for_minimal_manifest ... ok
[INFO] [stdout] test safe_fs::tests::test_safefs_allows_inside_workspace ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- commands::guards::tests::enforce_fails_outside_airis_context stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'commands::guards::tests::enforce_fails_outside_airis_context' (123) panicked at src/commands/guards/tests.rs:105:5:
[INFO] [stdout] assertion `left == right` failed: enforce outside airis context must exit 126.
[INFO] [stdout] stdout:
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout]   left: Some(127)
[INFO] [stdout]  right: Some(126)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x626c2c01bf9a - std[1209cfb42f6d497f]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x626c2c01bf9a - std[1209cfb42f6d497f]::backtrace_rs::backtrace::trace_unsynchronized::<std[1209cfb42f6d497f]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x626c2c01bf9a - std[1209cfb42f6d497f]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x626c2c01bf9a - <<std[1209cfb42f6d497f]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[4a92201981c6b77a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x626c2c035aca - <core[4a92201981c6b77a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x626c2c035aca - core[4a92201981c6b77a]::fmt::write
[INFO] [stdout]    6:     0x626c2c0218a2 - std[1209cfb42f6d497f]::io::default_write_fmt::<alloc[420bb310a727dfd7]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x626c2c0218a2 - <alloc[420bb310a727dfd7]::vec::Vec<u8> as std[1209cfb42f6d497f]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x626c2bff555f - <std[1209cfb42f6d497f]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x626c2bff555f - std[1209cfb42f6d497f]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x626c2c011c59 - std[1209cfb42f6d497f]::panicking::default_hook
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x626c2bb8ea2c - <alloc[420bb310a727dfd7]::boxed::Box<dyn for<'a, 'b> core[4a92201981c6b77a]::ops::function::Fn<(&'a std[1209cfb42f6d497f]::panic::PanicHookInfo<'b>,), Output = ()> + core[4a92201981c6b77a]::marker::Sync + core[4a92201981c6b77a]::marker::Send> as core[4a92201981c6b77a]::ops::function::Fn<(&std[1209cfb42f6d497f]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x626c2bb8ea2c - test[59e67a9bc0e119f1]::test_main_inner::<test[59e67a9bc0e119f1]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x626c2c011ed2 - <alloc[420bb310a727dfd7]::boxed::Box<dyn for<'a, 'b> core[4a92201981c6b77a]::ops::function::Fn<(&'a std[1209cfb42f6d497f]::panic::PanicHookInfo<'b>,), Output = ()> + core[4a92201981c6b77a]::marker::Sync + core[4a92201981c6b77a]::marker::Send> as core[4a92201981c6b77a]::ops::function::Fn<(&std[1209cfb42f6d497f]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x626c2c011ed2 - std[1209cfb42f6d497f]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x626c2bff5618 - std[1209cfb42f6d497f]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x626c2bfe9e69 - std[1209cfb42f6d497f]::sys::backtrace::__rust_end_short_backtrace::<std[1209cfb42f6d497f]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x626c2bff672d - __rustc[4effac393e9f3da6]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x626c2c03630c - core[4a92201981c6b77a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x626c2c036223 - core[4a92201981c6b77a]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x626c2b3b2785 - core[4a92201981c6b77a]::panicking::assert_failed::<core[4a92201981c6b77a]::option::Option<i32>, core[4a92201981c6b77a]::option::Option<i32>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x626c2b34d5f8 - airis_workspace[22e83cd7e5fd7645]::commands::guards::tests::enforce_fails_outside_airis_context
[INFO] [stdout]                                at /opt/rustwide/workdir/src/commands/guards/tests.rs:105:5
[INFO] [stdout]   22:     0x626c2b318247 - airis_workspace[22e83cd7e5fd7645]::commands::guards::tests::enforce_fails_outside_airis_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/commands/guards/tests.rs:82:41
[INFO] [stdout]   23:     0x626c2b534db6 - <airis_workspace[22e83cd7e5fd7645]::commands::guards::tests::enforce_fails_outside_airis_context::{closure#0} as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x626c2bb81d0b - <fn() -> core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String> as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x626c2bb81d0b - test[59e67a9bc0e119f1]::__rust_begin_short_backtrace::<core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>, fn() -> core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x626c2bb8f4fb - test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x626c2bb8f4fb - <core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}> as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x626c2bb8f4fb - std[1209cfb42f6d497f]::panicking::catch_unwind::do_call::<core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}>, core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x626c2bb8f4fb - std[1209cfb42f6d497f]::panicking::catch_unwind::<core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>, core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x626c2bb8f4fb - std[1209cfb42f6d497f]::panic::catch_unwind::<core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<test[59e67a9bc0e119f1]::run_test_in_process::{closure#0}>, core[4a92201981c6b77a]::result::Result<(), alloc[420bb310a727dfd7]::string::String>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x626c2bb8f4fb - test[59e67a9bc0e119f1]::run_test_in_process
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x626c2bb8f4fb - test[59e67a9bc0e119f1]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x626c2bb88c14 - test[59e67a9bc0e119f1]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x626c2bb88c14 - std[1209cfb42f6d497f]::sys::backtrace::__rust_begin_short_backtrace::<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x626c2bb92102 - std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked::<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x626c2bb92102 - <core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x626c2bb92102 - std[1209cfb42f6d497f]::panicking::catch_unwind::do_call::<core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x626c2bb92102 - std[1209cfb42f6d497f]::panicking::catch_unwind::<(), core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x626c2bb92102 - std[1209cfb42f6d497f]::panic::catch_unwind::<core[4a92201981c6b77a]::panic::unwind_safe::AssertUnwindSafe<std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x626c2bb92102 - std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked::<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x626c2bb92102 - <std[1209cfb42f6d497f]::thread::lifecycle::spawn_unchecked<test[59e67a9bc0e119f1]::run_test::{closure#1}, ()>::{closure#1} as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x626c2c01acbf - <alloc[420bb310a727dfd7]::boxed::Box<dyn core[4a92201981c6b77a]::ops::function::FnOnce<(), Output = ()> + core[4a92201981c6b77a]::marker::Send> as core[4a92201981c6b77a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43:     0x626c2c01acbf - <std[1209cfb42f6d497f]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/f9988fefd3add01f414f52b414308e7872622fee/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x73154bab3aa4 - <unknown>
[INFO] [stdout]   45:     0x73154bb40a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     commands::guards::tests::enforce_fails_outside_airis_context
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 342 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "98405cbd2f40d3ba3c559381a9e45bc8b90c0ea2651b198ab12267378627098a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98405cbd2f40d3ba3c559381a9e45bc8b90c0ea2651b198ab12267378627098a", kill_on_drop: false }`
[INFO] [stdout] 98405cbd2f40d3ba3c559381a9e45bc8b90c0ea2651b198ab12267378627098a
